home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page7 / 00148.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  163 b   |  9 lines

  1. on idle
  2.   global thestagescript
  3.   if string(thestagescript) <> EMPTY then
  4.     set doit to thestagescript
  5.     set thestagescript to EMPTY
  6.     do(doit)
  7.   end if
  8. end
  9.